home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000105_news@columbia.edu _Mon Oct 30 16:10:10 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  7KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA28528
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 30 Oct 2000 16:10:08 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA12979
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 30 Oct 2000 16:10:07 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id PAA17706
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 30 Oct 2000 15:56:51 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: dkcombs@panix.com (David Combs)
  13. Subject: pbm downloading .gz from panix-shell to solaris
  14. Date: 30 Oct 2000 15:56:03 -0500
  15. Organization: PANIX -- Public Access Networks Corp.
  16. Message-ID: <8tkn93$lqu$1@panix3.panix.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Until 31sep00, I was a Netcom shell customer, when
  20. their shell service was murdered by their CEO.
  21.  
  22. I now use panix (in nyc).
  23.  
  24. At home I have a sparcstation 5, solaris 7.
  25.  
  26. Until the last few days, I have had good luck
  27. downloading .gz-files:
  28.  
  29. (remote, ie panix): kermit -i -s foo.gz bar.gz ...
  30.  
  31. (At home, I run kermit too, to do the dialing,
  32. make the connection, etc.)
  33.  
  34. But recently, the problem has been that about 1/3d the
  35. way through a download, it starts generating errors --
  36. the "errors" line in the display goes from 0 to 1 to
  37. 2 ... to 6 or so (incr is once every 5 seconds or so)
  38. and I control-c the thing.
  39.  
  40. ----
  41.  
  42. Flow control?  
  43.  
  44. What I do know is that when I used to run emacs on
  45. NETCOM, I could not use ^s for search -- I had to
  46. do M-x enable-flow-control and then use some other
  47. key-combination for fwd-search.
  48.  
  49. I don't know whether that was some preset config on
  50. THEIR emacs init file, or whether I was actually using
  51. xon/xoff (on netcom).  Gone now, so can't find out.
  52.  
  53. However, on panix, control-s works just fine in 
  54. emacs.
  55.  
  56. ----
  57.  
  58. I called panix, and they told me -- well, here are
  59. my notes typed in from that phone call:
  60.  
  61. > send this string to modem each time I call panix:
  62. >       at&fs32=66<crlf>
  63. >   Which: sets us robotics to X2 mode instead of V.90
  64. >    because, ON PANIX, X2 works BETTER than V.90.
  65. > (because xon xoff not effective above 2400).  
  66. > so set it to rts and cts (ie hardware flow control)
  67.  
  68. I looked at my 2ed C-kermit book, it showed various
  69. ways to type in all of or parts of the modem init-string,
  70. but did NOT show any way to ADD to the existing
  71. init-string.
  72.  
  73. (SUGGESTION: NEEDED COMMAND!)
  74.  
  75.  
  76.  
  77. Here's some other stuff:
  78.  
  79.  
  80.  
  81. --------------------------------------------------------------
  82.  
  83.  
  84. Suspended (signal)
  85. (Back at cpml)
  86. [/myexternals/home/dkc] C-Kermit>show modem
  87.  Line: /dev/cua/a, Modem type: usrobotics
  88.  US Robotics Courier or Sportster
  89.  
  90.  Modem carrier-watch:    auto
  91.  Modem capabilities:     AT SB EC DC HWFC SWFC
  92.  Modem maximum-speed:    57600 bps
  93.  Modem error-correction: on
  94.  Modem compression:      on
  95.  Modem speed-matching:   off (interface speed is locked)
  96.  Modem flow-control:     auto
  97.  Modem kermit-spoof:     off
  98.  Modem escape-character: 43 (= "+")
  99.  
  100. MODEM COMMANDs (* = set automatically by SET MODEM TYPE):
  101.  
  102.  * Init-string:          ATQ0X4&A3&N0&Y3\{13}
  103.  * Dial-mode-string:     (none)
  104.  * Dial-mode-prompt:     (none)
  105.  * Dial-command:         ATD%s\{13}
  106.  * Compression on:       AT&K1\{13}
  107.  * Compression off:      AT&K0\{13}
  108.  * Error-correction on:  AT&M4&B1\{13}
  109.  * Error-correction off: AT&M0\{13}
  110.  * Autoanswer on:        ATS0=1\{13}
  111.  * Autoanswer off:       ATS0=0\{13}
  112.  * Hangup-command:       ATQ0H0\{13}
  113.  * Hardware-flow:        AT&H1&R2&I0\{13}
  114.  * Software-flow:        AT&H2&R1&I2\{13}
  115.  * No-flow-control:      AT&H0&R1&I0\{13}
  116.  * Pulse:                ATP\{13}
  117.  * Tone:                 ATT\{13}
  118.  
  119.  For more info: SHOW DIAL and SHOW COMMUNICATIONS
  120. [/myexternals/home/dkc] C-Kermit>
  121.  
  122. (Back at cpml)
  123. [/myexternals/home/dkc] C-Kermit>show dial
  124.  Line: /dev/cua/a, Modem type: usrobotics, speed: 38400, carrier: auto
  125.  Dial status:  0 = DIAL succeeded
  126.  Dial directory: (none)
  127.  Dial method:  default         Dial sort: on
  128.  Dial hangup:  on              Dial display: off
  129.  Dial retries: 0               Dial interval: 10
  130.  Dial timeout: 0 (auto)        Redial number: 5099202
  131.  Dial confirmation: off        Dial convert-directory: ask
  132.  Dial prefix:                  (none)
  133.  Dial suffix:                  (none)
  134.  Dial country-code:            (none)      Dial connect:  auto verbose
  135.  Dial area-code:               (none)      Dial restrict: none
  136.  Dial ld-prefix:               (none)
  137.  Dial ld-suffix:               (none)
  138.  Dial intl-prefix:             (none)
  139.  Dial intl-suffix:             (none)
  140.  Dial toll-free-area-code:     (none)
  141.  Dial toll-free-prefix:        (none)
  142.  Dial pbx-exchange:            (none)
  143.  Dial pbx-internal-prefix:     (none)
  144.  Dial pbx-outside-prefix:      (none)
  145. Type SHOW MODEM to see modem settings.
  146. Type SHOW COMMUNICATIONS to see modem signals.
  147. [/myexternals/home/dkc] C-Kermit>show communications
  148.  
  149. Communications Parameters:
  150.  Line: /dev/cua/a, speed: 38400, mode: local, modem: usrobotics
  151.  Terminal bits: 7, parity: none, duplex: full, flow: rts/cts, handshake: none
  152.  Carrier: auto, lockfile: /var/spool/locks/LK.032.029.131072
  153.  Escape character: 28 (^\)
  154.  
  155.  Carrier Detect      (CD):  On
  156.  Dataset Ready       (DSR): Off
  157.  Clear To Send       (CTS): On
  158.  Ring Indicator      (RI):  Off
  159.  Data Terminal Ready (DTR): On
  160.  Request To Send     (RTS): On
  161.  
  162. Type SHOW DIAL to see DIAL-related items
  163. [/myexternals/home/dkc] C-Kermit>conn
  164. Connecting to /dev/cua/a, speed 38400.
  165. The escape character is Ctrl-\ (ASCII 28, FS)
  166. Type the escape character followed by C to get back,
  167. or followed by ? to see other options.
  168.  
  169.  
  170.  
  171. --------------------------------------------------------------
  172.  
  173.  
  174.  
  175. And this (also at home):
  176.  
  177. 271 ==/myexternals/home/dkc==> stty -a
  178. speed 9600 baud; 
  179. rows = 66; columns = 159; ypixels = 858; xpixels = 1121;
  180. eucw 1:0:0:0, scrw 1:0:0:0
  181. intr = ^c; quit = ^\; erase = ^h; kill = ^u;
  182. eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>;
  183. start = ^q; stop = ^s; susp = ^z; dsusp = ^y;
  184. rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v;
  185. -parenb -parodd cs8 -cstopb hupcl cread -clocal -loblk -crtscts -crtsxoff -parext 
  186. -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc 
  187. ixon -ixany -ixoff imaxbel 
  188. isig icanon -xcase echo echoe echok -echonl -noflsh 
  189. -tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten 
  190. opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel 
  191. 272 ==/myexternals/home/dkc==> 
  192.  
  193.  
  194.  
  195. That was from a solaris "shelltool" window.
  196.  
  197.  
  198. -----
  199.  
  200. Am no kermit guru.  Any suggestions?
  201.  
  202. I don't know how to do ANYTHING in kermit except
  203. dial in, upload (-g), and download (-s).
  204.  
  205. THANKS!
  206.  
  207. David
  208.